www-Sharp's author thanks authors of following programs/components that are used in www-Sharp:
Component | Description |
---|---|
Mike Lischke for: |
Virtual Treeview is a treeview control built from ground up. More than 3 years of development made it one of the most flexible and advanced tree controls available today. Virtual Treeview starts off with the claim to improve many aspects of exisiting solutions and introduces some new technologies and priniciples which were not available before. As the name already indicates, this control uses a different paradigm for tree management than other controls of this kind. It does not know anything about the data it manages (except its size), not even the captions of a node. Everything is retrieved from the application via events (or descentants via overridden methods). Virtual Treeview has been carefully designed and thoroughly tested. The control proved its concept as well as everyday fitness already in many commercial products and freeware projects. |
Troy Wolbrink for: |
Designing software for an international audience, I've always wanted to write a full UNICODE application.á My approach so far, has been to write Unicode on the inside, and MBCS on the outside.á This has always been frustrating, because (even on Windows NT/2000/XP which provide native Unicode window controls) the WideStrings inside my application and databases were always confined to an ANSI VCL.á And, since the VCL was designed to wrap the low-level Windows details, why shouldn't the VCL hide the fact that sometimes native Unicode controls are not possible on the given version of Windows.á I believe the VCL should be written with a Unicode interface, even if it must (at times) deal with an ANSI operating system.á For example, TEdit should expose Text as a WideString, even if it has to convert the WideString to an AnsiString on the Windows 9X platform. |
SynEdit team | The primary purpose of SynEdit is to be a syntax highlighting editor for
programming languages. There are already more than 30 highlighter components for different languages, and writing a highlighter is not very difficult. |
PHP team | PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section. |
Kambiz R. Khojasteh for: DelphiArea components |
Some those components are used in www-Sharp. |
Krzysztof Kochanski for: |
Today we see more and more email messages formatted as HTML. For me the email is plain text medium (with attachments) and I don't use WebBrowser or Mozilla object as a message browser in my email client. So I'm write quick and dirty HTML parser instead. It seems enough to parse email messages but some work is needed to shift them to more general purpose HTML parser. This parser is used in HtmlHelp designer. |
MiniZipáteam |
Delphi component for work witházip archives. |